home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Colonies / card_2822.txt < prev    next >
Text File  |  1990-02-20  |  2KB  |  81 lines

  1. -- card: 2822 from stack: in
  2. -- bmap block id: 7788
  3. -- flags: 0000
  4. -- background id: 2805
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=142 top=162 right=211 bottom=198
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 9761 / 9761
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 8000
  25. -- rect: left=404 top=270 right=339 bottom=509
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 27056 / 27056
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Click to Begin!
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect barn door close
  37.   go next card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=0 top=0 right=22 bottom=24
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: 
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   play boing c a fh
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 7 (button)
  62. -- low flags: 80
  63. -- high flags: 8000
  64. -- rect: left=1 top=82 right=140 bottom=56
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 32670 / 32670
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Preview
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   repeat with j=1 to the number of cards
  76.     go card j
  77.     wait 1 seconds
  78.   end repeat
  79. end mouseUp
  80.  
  81.